home *** CD-ROM | disk | FTP | other *** search
- #VRML V1.0 ascii
-
- Separator {
- DEF BackgroundColor Info { string "0.5 0.5 0.5" }
- DEF Viewer Info { string "walk" }
- DEF ViewerSpeed Info { string "0.3" }
-
- Clock {}
-
- # PointLight { location 0 0 10 }
- PerspectiveCamera {
- position 0 0 8
- orientation 0 1 0 0
- }
-
- DirectionalLight { direction 1 0 0 }
-
-
- Material {
- ambientColor [ 0 0 0 ]
- diffuseColor [0.1 0.5 0.2 ]
- # specularColor [0.8 0.8 0.8]
- shininess 0.25
- }
- Separator {
- # Rotation { rotation 0 1 0 1.57 }
- Sphere { radius 1.1 }
- }
-
- Translation { translation -3 0 0 }
-
- Material {
- ambientColor [ 0 0 0 ]
- diffuseColor [ 0.7 0.1 0.1 ]
- }
- Cube { height 1.5 width 1.5 depth 1.5 }
-
- Translation { translation 6 0 0 }
- Material {
- ambientColor [ 0 0 0 ]
- diffuseColor [ 0.2 0.7 0.8 ]
- # specularColor [1 1 1]
- shininess 0.4
- }
-
- Separator {
- Translation { translation 0 -6 0 }
- Rotor { rotation 1 0 0 0 }
- Translation { translation 0 6 0 }
- Cone {}
- }
-
- Translation { translation 0 -6 0 }
- Cube { height 0.25 width 0.25 depth 0.25 }
- # Cylinder {}
-
- }
-